body{
	background-color:#ffffff8b;
	margin:50px 200px;
	display:block;
}
html{
	background:linear-gradient(#8CAAD4, #A2EBEB)
}
img{
	width:450px;
	height:250px;
	display:block;
	margin:auto;
	opacity: 0.90;
}
h1{
	font-size:200%;
	margin:10px 60px;
	display:block;
	font-family:sans-serif;
	text-align:center;
	font-weight:
	 900;
}
h2{
    color:#B40404;
	font-size:150%;
	display:block;
	font-family:italic;
	text-align:center;
	font-weight: 900;
}
p{
	color:#000000;
	font-size:100%;
	display:block;
	font-family:courier;
	margin:10px 65px;
	font-weight: 900;
}
p1{
	color:#000000;
	font-size:100%;
	display:block;
	font-family:courier;
	margin:10px 65px;
	font-weight: 900;
}
p2{
	color:#000000;
	font-size:100%;
	display:block;
	font-family:courier;
	margin:10px 65px;
    font-weight: 900;
}
p3{
    color:#000000;
	font-size:100%;
	display:block;
	font-family:courier;
	margin:10px 65px;
	font-weight: 900;
}
ul {
  padding: 0;
  width: 100%;
}

li{
  display: inline;
}

a {
  outline: none;
  text-decoration: none;
  display: inline-block;
  width: 19.5%;
  margin:10px 60px;
  margin-right: 0.625%;
  text-align: center;
  line-height: 3;
  color: black;
}

li:last-child a {
    margin-right: 0;
    color:black;
	font-size:90%;
	font-style:italic;
	top:172%;
	position:absolute;
	font-weight: 900;
}

a:link, a:visited, a:focus {
  background: white;
}

a:hover {
  background: #7894d4ff;
}

a:active {
  background: #b778d4ff;
  color: white;
}
h3{
	color:black;
	font-size:90%;
	font-style:courier;
	top:160%;
	position:absolute;
	font-weight: 900;
	
}